home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  907 b   |  33 lines

  1. on mouseUp
  2.   global photocast, moviecast, moviebtncast
  3.   if the visible of sprite moviecast = 1 then
  4.     set the movieRate of sprite moviecast to 0
  5.     set the visible of sprite moviecast to 0
  6.     set the visible of sprite moviebtncast to 0
  7.     set the castNum of sprite moviecast to member "rep_mov_core"
  8.   end if
  9.   case the frame of
  10.     "2":
  11.       set targetcast to "01_C_11.PCT"
  12.     "3":
  13.       set targetcast to "02_C_01.PCT"
  14.     "5":
  15.       set targetcast to "05_C_09.PCT"
  16.     "6":
  17.       set targetcast to "06_C_07.PCT"
  18.     "7":
  19.       set targetcast to "08_C_13.PCT"
  20.     "8":
  21.       set targetcast to "10_C_06.PCT"
  22.     "9":
  23.       set targetcast to "11_C_05.PCT"
  24.     "10":
  25.       set targetcast to "12_C_04.PCT"
  26.     "11":
  27.       set targetcast to "14_C_02.PCT"
  28.   end case
  29.   set the castNum of sprite photocast to member targetcast
  30.   set the visible of sprite photocast to 1
  31.   puppetSound(1, "CLICK.aif")
  32. end
  33.